From: Sean Whitton Date: Sun, 27 Apr 2025 03:59:17 +0000 (+0800) Subject: ; * doc/misc/ert.texi (Introduction): Be more Lisp-specific. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~124 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=b5967dda32dd9091389e30d8aaa46bdf8319d3e8;p=emacs.git ; * doc/misc/ert.texi (Introduction): Be more Lisp-specific. --- diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index fdf2b2b8aaf..bde76d79394 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -134,11 +134,11 @@ package @file{pp.el}): ;; (pp-to-string '('a 'b)) ; same as above @end lisp -The code contained in these comments can be evaluated from time to -time to compare the output with the expected output. ERT formalizes -this and introduces a common convention, which simplifies Emacs -development, since programmers no longer have to manually find and -evaluate such comments. +The Lisp forms contained in these comments can be evaluated from time to +time, e.g. with @kbd{C-x C-e}, to compare the output with the expected +output. ERT formalizes this and introduces a common convention, which +simplifies Emacs development, since programmers no longer have to +manually find and evaluate such comments. An ERT test definition equivalent to the above comments is this: